home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-26 | 1.6 KB | 75 lines |
- # Generated automatically from Makefile.in by configure.
- ############################ -*- Mode: Makefile -*- ###########################
- ## Makefile.in --
- ## ITIID : $ITI$ $Header $__Header$
- ## Author : Ulrich Pfeifer
- ## Created On : Mon Mar 21 15:19:18 1994
- ## Last Modified By: Ulrich Pfeifer
- ## Last Modified On: Thu Dec 22 15:55:06 1994
- ## Update Count : 24
- ## Status : Unknown, Use with caution!
- ###############################################################################
- prefix = /usr/skunk
- exec_prefix = ${prefix}
- VPATH = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/regexp
-
- srcdir = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/regexp
- RM = rm -f
- AR = ar cq
- RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
- CC = cc
- CFLAGS = -g
- DEFS = -DHAVE_CONFIG_H
- CPPFLAGS =
- RANLIB = ranlib
- SRCS = regexp.c regerror.c regsub.c try.c
- OBJS = regexp.o regerror.o regsub.o
-
- .c.o:
- $(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) $(CFLAGS) $<
-
-
- all: libregexp.a
-
- try: try.o libregexp.a
- $(RM) $@
- $(CC) $(LDFLAGS) -o $@ try.o libregexp.a $(LIBS)
-
- clean::
- $(RM) try
-
- test: try tests
- @echo 'No news is good news...'
- try <tests
-
- veryclean:: clean
- $(RM) try libregexp.a
-
- libregexp.a: $(OBJS)
- $(RM) $@
- $(AR) $@ $(OBJS)
- $(RANLIB) $@
-
- clean::
- $(RM_CMD) "#"*
-
- Makefile:
- $(SHELL) ../config.status
-
- tags::
- $(TAGS) -w *.[ch]
- $(TAGS) -xw *.[ch] > TAGS
-
-
- install::
- @echo "install in $(CURRENT_DIR) done"
-
- install.man::
- @echo "install.man in $(CURRENT_DIR) done"
-
- Makefiles::
-
- includes::
-
-
-